*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 13 Sep 2002 16:22:04 +0000 (16:22 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 13 Sep 2002 16:22:04 +0000 (16:22 +0000)
lisp/ChangeLog

index 0ee0f32afff651fa89d8371cbece3bd07073abfb..430e94eaa8b1675d7e5ed7ef875c70a97b9fe05b 100644 (file)
@@ -1,10 +1,20 @@
+2002-09-13  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * derived.el (define-derived-mode): Properly ignore unknown args.
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
+       Don't call the function during init if mode is on by default.
+
+       * simple.el: Provide `simple'.
+       (transient-mark-mode, line-number-mode, column-number-mode):
+       Pass an explicit `:require nil' argument.
+
 2002-09-13  Francesco Potorti`  <pot@gnu.org>
 
        * play/tetris.el (tetris-blank-options, tetris-cell-options):
        Remove various redundant `(t nil)'.
 
-       * play/snake.el (snake-border-options): Use color on tty if
-       available.
+       * play/snake.el (snake-border-options): Use color on tty if available.
 
        * play/tetris.el (tetris-border-options): Likewise.